tools/misc: Delete more obsolete utilities
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 15 Oct 2014 17:33:56 +0000 (18:33 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 20 Oct 2014 14:42:33 +0000 (15:42 +0100)
commit1a1b7407bfdb6bc0b33bc10a798e0c55799ae051
treea833ed6a72ad49e0478cb921b0550c794bf7fb5c
parent0785dcc3d282598493cbbaa95d78943f15240e5a
tools/misc: Delete more obsolete utilities

* nsplitd has been orphaned from the build since its introduction in c/s
  dc44ed4764 (in 2004), and never been developed since.  While it does appear
  to compile, it is full of pointer width mismatch, pointer sign mismatch, and
  uninitialised variable warnings, which makes it unlikely to function
  correctly when compiled for a 64bit environment.

* xen-python-path was declared obsolete in c/s 11e1149fe (in 2009) and can't
  actually be used correctly by out-of-tree components.  5 years is long enough
  for out-of-tree callers to catch up.

There are no subdirectories any more, so drop the notion from the Makefile.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/misc/Makefile
tools/misc/nsplitd/Makefile [deleted file]
tools/misc/nsplitd/nsplitd.c [deleted file]
tools/misc/xen-python-path [deleted file]